@font-face {
  font-family: "Rubik";
  src: local("Rubik"), url("./static/Rubik-Regular.e100d91366c7.ttf") format("truetype");
  font-weight: regular;
}

.payimg{
  width: 650px ;
  margin-top: -60px;
}



.bigtxt{
  color: #ffffff;
  font-family: "Rubik"!important;

}
.part1{
  display: flex;
  font-family: 'Roboto';
  /* background-image: url(https://themes.themesbrand.com/zooki/react/static/media/home-2-bg.e74a5beee052680d051a.png); */
  background-size: cover;
  position: relative;
  padding-top: 154px;
  background-image: radial-gradient(at top left, #3073ee, transparent),
  radial-gradient(at top right, #0b00a5, transparent),
  radial-gradient(at bottom left, #3835ff, transparent);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -64px;
  padding-bottom: 130px;
}

.navitem:hover , .navitem:active{
  background-color: #ffffff21;
  border-radius: 8px;

}


.smalltxt{
  font-family: "Rubik"!important;
  color: white;
  padding: 34px 0;
}

.play{
  height: 80px;
}

.stores{
  text-align: center;
}

.logo{
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.logotxtdrawer{
display: flex;
text-align: center;
justify-content: center;
background-color: #0e6cff;
color: white;
}

.navbar {
  transition: filter 0.2s;
  backdrop-filter: blur(0);
}

.scrolled {
  background-color: #436cee82!important;
  backdrop-filter: blur(25px);
}


.backdrop-blur {
  width: 0px;
  height: 0px;
}

.logofoot{
width:35px;
background-color: #0e6cff;
border-radius: 8px;
margin-right: 7px;
}

@media screen and (max-width: 768px) {

  .backdrop-blur {
    width: 100%;
    height: 120px;
    position: fixed;
    background-color: #436cee82!important;
    backdrop-filter: blur(25px);
    z-index: 5;
  }
  
  }
@media screen and (max-width: 900px) {
  .part1{display: block;
    text-align: center;

  }
  .payimg{
    width: 90vw;
    margin-top: -70px;
  }
  .bigtxt{
    padding: 0 20px;
  }

  .smalltxt{
    padding: 30px 25px;
  }
}